home *** CD-ROM | disk | FTP | other *** search
/ The Video Game Solution CD / The VideoGame Solution CD.iso / demos / pro25 / spectre.bat < prev    next >
Encoding:
DOS Batch File  |  1992-11-18  |  193 b   |  15 lines

  1. @echo off
  2. spcintro %1
  3. if errorlevel 3 goto run386
  4. goto run286
  5.  
  6. :run386
  7. spc386 %2 %3 %4 %5 %6 %7 %8 %9
  8. goto allDone
  9.  
  10. :run286
  11. spc286 %2 %3 %4 %5 %6 %7 %8 %9
  12. goto allDone
  13.  
  14. :allDone
  15.